home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / anim2mpegb / mpeg_encode.txt < prev    next >
Text File  |  1999-01-01  |  2KB  |  46 lines

  1. Short: MPEG-1 Video Software Encoder (Version 1.3; March 14, 1994)
  2. Type: gfx/conv
  3. Uploader: dnehring@TechFak.Uni-Bielefeld.DE
  4.  
  5. This archive contains the freely distributed Berkeley MPEG-1 Video
  6. Encoder. The encoder implements the standard described in the ISO/IEC
  7. International Standard 11172-2. The code has been compiled with the gcc
  8. 2.5.8 on the Amiga at April 16, 1994.
  9.  
  10. This version has the following limitations:
  11. - Parallel Processing doesn't work (or has anyone more than 1 powerful
  12.   Amigas in a Network?)
  13. - INPUT_CONVERT not testet, use the PPM or YUV File Format and
  14.   'INPUT_CONVERT *' (you can convert your files with the NetPBM-Package,
  15.   binaries are available at ftp.informatik.uni-oldenburg.de
  16.   [134.106.1.9] in /pub/netpbm/amiga, or on all Aminet sites in
  17.   /pub/aminet/gfx/pbm.)
  18.  
  19. Usage:
  20. 1. Create some picture in PPM or YUV File Format
  21. 2. Create a Parameter File like "test.param"
  22. 3. Execute "mpeg_encode test.param" => a MPEG-Anim will be created
  23.  
  24. This software is provided "as is" without express or implied warranty.
  25.  
  26. Dirk Nehring
  27.  
  28. --
  29. COPYRIGHT AND DISCLAIMER
  30.  
  31. Copyright (c) 1993 The Regents of the University of California.
  32. All rights reserved.
  33. Permission to use, copy, modify, and distribute this software and its
  34. documentation for any purpose, without fee, and without written agreement is
  35. hereby granted, provided that the above copyright notice and the following
  36. two paragraphs appear in all copies of this software.
  37. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  38. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  39. OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  40. CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  41. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  42. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  43. AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  44. ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  45. PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  46.